home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR03 / LIBRATR.ZIP / SETUP.BAT < prev    next >
DOS Batch File  |  1993-05-06  |  375b  |  16 lines

  1. @echo off
  2. echo this will install the liberator tour of duty on your disk.
  3. copy *.xwi mission\*.xwi
  4. copy *.brf mission\*.brf
  5. cd resource
  6. ren missions.lfd missions.ori
  7. ren title.lfd title.ori
  8. cd ..
  9. copy missions.lfd resource\*.*
  10. copy title.lfd resource\*.*
  11. del xwing??.xwi
  12. del xwing??.brf
  13. del missions.lfd
  14. del title.lfd
  15. echo the liberator tour is now installed.
  16.